[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
U_MSGRD() (INTEGER)
Function
Get the total number of messages read by the current user.
Syntax
U_MSGRD() No arguments are required
Return Type & Value
INTEGER
Returns the current users total messages read.
Remarks
PCBoard tracks the total number of messages read by each user. This
function will return that number for the user currently online. One
quick idea for use: a message/file ratio enforcement door. Unlike the
predefined U_... user variables, this function does not require the use
of GETUSER to return valid information.
Examples
IF ((U_MSGRD()+U_MSGWR())/U_FDL() > 10) THEN
PRINTLN "You need to do more messaging!!!"
END
ENDIF
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson